home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / packet / intropkt / packet17.loz < prev    next >
Text File  |  1995-04-20  |  7KB  |  120 lines

  1. INTRODUCTION TO PACKET RADIO - Part 17 - by Larry Kenney, WB9LOZ
  2.  
  3. PUTTING TCP/IP ON THE AIR - (Continued from Part 16)
  4.  
  5. The following information is specific to the NET program.  If you're
  6. setting up NOS, you might find things to be a little different from what
  7. I'll be explaining here, but the basics are the same.  There are several
  8. different versions of the NOS program available.  You'll have to refer to
  9. the documentation received with your software for specific details.
  10.  
  11. HARD DISK SET UP
  12.     Before installing the program on your computer, special directories
  13. need to be established on your hard drive for use by the TCP/IP program. 
  14. Under the root directory (C:\ on most systems) you need to make directories
  15. titled FINGER, PUBLIC and SPOOL, as shown in the diagram.  Under the SPOOL
  16. directory you need to add four sub-directories called FOLDER, MAIL, MQUEUE
  17. and RQUEUE.
  18.                \ (root directory)
  19.                |
  20.                |--FINGER
  21.                |--PUBLIC
  22.                |--SPOOL
  23.                     |
  24.                     |--FOLDER
  25.                     |--MAIL
  26.                     |--MQUEUE
  27.                     |--RQUEUE
  28. --The FINGER directory is used to identify users of your TCP/IP station. 
  29. The file FINGER.DOC explains the operation of the FINGER application and
  30. the files needed in this directory.  The files are NOT needed to put your
  31. station on the air with TCP/IP.
  32. --The PUBLIC directory, and any sub-directories you want to add to it, is
  33. the area accessible to users of your station, similar to the files area of
  34. your packet BBS.  You can develop this area after you get on the air and
  35. become familiar with TCP/IP operation.
  36. --The SPOOL directory is used for your automatic station log.
  37. --The FOLDER sub-directory is where files are stored when you save any
  38. messages as files.
  39. --The MAIL sub-directory is where incoming messages are stored.
  40. --The MQUEUE sub-directory is for outgoing messages.
  41. --The RQUEUE sub-directory is for messages that have been received for
  42. processing by a user-defined mail routing program.  (I have no idea what
  43. this is about.  Nothing has ever ended up in RQUEUE on my station.)
  44.  
  45. FILES USED
  46.     Next, you need to make up a couple of files used by the program.  The
  47. documentation that comes with the program gives you examples of what you
  48. need to enter in these files.
  49.     The first file is AUTOEXEC.NET for the NET program or AUTOEXEC.NOS for
  50. the NOS program.  The file is a series of commands and information needed
  51. by the program.  (This file should not be confused with your AUTOEXEC.BAT
  52. file.)  When the program first starts up it reads this file and executes
  53. the commands contained in it, setting up the initial configuration for your
  54. system.  It sets the hostname, AX.25 parameters, interfaces and other vari-
  55. ables necessary for your particular station.  Make sure that you have the
  56. correct entry for the COM port you're going to use for your TNC.  Most
  57. enter "ax0" for COM1.
  58.     The next file you need to write is FTPUSERS.  It establishes the access
  59. levels for users of your station.  Be very careful when writing the infor-
  60. mation for this file or outsiders will be able to get into your private
  61. personal files.  It's not advisable to give permission above level 3, as
  62. outlined in the documentation.
  63.     For the NET program, the files, AUTOEXEC.NET, FTPUSERS, HOSTS.NET, and
  64. NET.EXE and BM.RC that come with the software package, are placed in the
  65. ROUTE directory.
  66.  
  67. PUTTING IT ALL ON THE AIR
  68.     When you have all of the files saved to the proper directories you
  69. should be ready to go on the air.  Set up your radio for simplex operation
  70. on the TCP/IP frequency in your area.  Ask around locally for the frequency
  71. used.
  72.     Using your normal computer terminal program, check your TNC to computer
  73. baud rate and make sure that it matches the baud rate you entered in
  74. AUTOEXEC.NET (or AUTOEXEC.NOS).  Set DWait to 0, Persistence ON, and
  75. SLOTtime to 160 ms., then turn KISS ON.  As explained earlier, the operation
  76. of KISS mode varies from normal command usage, and even varies from TNC to
  77. TNC, so read your TNC manual for details on the KISS command.  With the AEA
  78. PK-232 you will also have to turn HOST ON.  Be careful that your terminal
  79. program doesn't take you out of KISS mode when you exit it.  Some do!
  80.     When the radio and TNC are ready, enter NET at the DOS prompt, cross
  81. your fingers and see what happens.  You should get the prompt "NET>".  My
  82. station came up on the first try!  I hope yours does also.
  83.     To monitor the frequency, you will need to enter "trace cmdmode" <CR>
  84. followed by "trace ax0 111" <CR> (ax0 is assuming COM1).  These two commands
  85. can be added to AUTOEXEC.NET if you want automatic monitoring.  That way you
  86. don't have to type it in each time you come on line.
  87.     The first thing you'll probably want to do is to see if everything is
  88. working okay.  The easiest check is to make an AX.25 connection with another
  89. station that you know is on frequency.  Enter "connect ax0 <callsign>" <CR>,
  90. where <callsign> is the station you want to connect to.  For example, to
  91. connect to WB9LOZ you would enter: c ax0 wb9loz.  If everything is working
  92. as it should, you will soon receive "conn pending" followed by "connected".
  93. After spending all of your time and effort setting up your TCP/IP program,
  94. you have now completed a normal packet AX.25 keyboard to keyboard contact!
  95. To disconnect, use the F10 key to escape back to the NET> prompt, and then
  96. enter "disconnect" or "d".  (Most of the commands can be abbreviated.)
  97.     If your station is working, congratulations!  You now have the world of
  98. TCP/IP awaiting you.  Using the documentation provided with the software,
  99. or better yet, BEGIN.DOC, you can now start checking out the various
  100. commands.  The TELNET and FTP commands are the two most frequently used for
  101. contacting other TCP/IP stations, but I also find that using FINGER is fun.
  102. Make sure you check the STATUS and TCP STATUS before going off line to make
  103. sure all sessions have been completed.  You'll be surprised quite frequently
  104. to find other stations sending you messages, uploading or downloading files,
  105. and you didn't even know they were connected.
  106.     There were a couple of things that I didn't understand when I first got
  107. on the air with TCP/IP, so I'll pass those on to you now.  To enter messages
  108. or to read messages, you have to escape NET and then enter the BM Mailer
  109. from the DOS prompt.  To escape, you enter an exclamation point (!) at the
  110. NET> prompt, then enter BM at the DOS prompt.  When you're finished with the
  111. messages, you enter "q" to get back to the DOS prompt and then enter "exit"
  112. to resume operation of NET.  To get out of NET completely, you enter "exit"
  113. at the NET> prompt. (Whew! Got all of that?)
  114.     Enjoy your TCP/IP experiences!
  115.  
  116. 73, Larry, WB9LOZ
  117.  
  118. - - - -
  119.  
  120.